Function: eglot--glob-emit-{}

eglot--glob-emit-{} is a byte-compiled function defined in eglot.el.gz.

Signature

(eglot--glob-emit-{} ARG SELF NEXT)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot--glob-emit-{} (arg self next)
  (let ((alternatives (split-string (substring arg 1 (1- (length arg))) ",")))
    `(,self ()
            (or (re-search-forward ,(concat "\\=" (regexp-opt alternatives)) nil t)
                (error "Failed matching any of %s" ',alternatives))
            (,next))))